﻿@charset "utf-8";
img { border: 0px; }
.bannerbox { width:100%;height: 415px; overflow: hidden; margin: 0px auto; }
#focus {width:100%;height: 415px; clear: both; overflow: hidden; position: relative; float: left; }
    #focus ul {   height: 415px; float: left; position: absolute; clear: both; padding: 0px; margin: 0px; }
        #focus ul li { float: left; height: 415px; overflow: hidden; position: relative; padding: 0px; margin: 0px; }
    #focus .preNext { width: 40%; height: 415px; position: absolute; top: 0px; cursor: pointer;opacity:0;}
    #focus .pre { left: 0; background: url(sprite.png) no-repeat left center; 
	margin:0px 0px 0px 0%;
	background-repeat:no-repeat;
	background-position:left  }
    #focus .next { right: 0; background: url(sprite1.png) no-repeat right center;
	opacity:0;
	margin:0px 0px 0px 0%;
	background-repeat:no-repeat;
	background-position:right
	 }
